CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法 约束

搜索资源列表

  1. initpop

    0下载:
  2. 求matlab编的遗传算法源程序,用于求解带约束的优化问题。-Seeking matlab genetic algorithm source code for solving optimization problems with constraints.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2655
    • 提供者:zhuqk
  1. objfun

    0下载:
  2. 自己编写的遗传算法,实现变速箱速比 优化设计。约束条件及多目标优化的处理只要修改一下参数即可使用-parameters optimization of powertrain
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:930
    • 提供者:王刚
  1. myGA

    0下载:
  2. 这个源代码是关于基本遗传算法求解一维无约束优化问题的代码-This source code is on a one-dimensional basic genetic algorithm code for unconstrained optimization problems
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:946
    • 提供者:luxia
  1. SBOeGA

    0下载:
  2. 用顺序选择算法改进遗传算法,用来求解以为无约束问题-Sequence selection algorithm with improved genetic algorithm is used to solve the problem that the unconstrained
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1064
    • 提供者:杨浩
  1. myGA

    0下载:
  2. 一维无约束遗传算法,程序简单明了,容易理解推荐下载-Generation Algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1202
    • 提供者:SUN
  1. multiperiod-portfolio

    1下载:
  2. 马科维茨包含多种风险约束的多阶段投资组合遗传算法代码,-Markowitz portfolio of multi-stage genetic algorithm code
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:147078
    • 提供者:李桐
  1. GAcode

    0下载:
  2. 遗传算法解带约束的最优问题的matlab程序,适合进行遗传算法的学习-Genetic algorithm for constrained optimization problem matlab program, suitable for studying genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2300
    • 提供者:林某某
  1. GA

    0下载:
  2. 各种遗传算法程序 1>myGA(基本遗传算法解决一维约束规划问题) 2>SBOGA(顺序选择遗传算法求解一维无约束优化问题) 3>NormFitGA(动态线性标定适应值的遗传算法求解一维无约束优化问题) 4>GMGA(大变异遗传算法求解一维无约束优化问题) 5>AdapGA(自适应遗传算法求解一维无约束优化问题) 6>DblGEGA(双切点遗传算法求解一维无约束优化问题) 7>MMAdapGA(多变异位自适应遗传算法求解一维无
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8429
    • 提供者:wyf
  1. GA_with_constraint

    0下载:
  2. 简单实现在约束条件下的遗传算法,并对必要步骤进行注释-Achieve genetic algorithm with constraint simply,and annotate the necessary steps
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:369530
    • 提供者:wangtao
  1. Binary-genetic-algorithm

    0下载:
  2. 使用二进制编码的遗传算法解决二维约束条件的寻优问题。-The problem of solving two-dimensional constrained conditions by using the binary coded genetic algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:31076
    • 提供者:王志成
  1. P4-1

    0下载:
  2. 无约束目标函数最大值遗传算法求解策略,源程序-Unconstrained objective function maximum genetic algorithm strategy, source
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:38570
    • 提供者:liu
  1. ycsf

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 -matlab genetic algorithm GA, particle swarm optimization PSO, some time ago on the ant colony algorithm intelligent
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:900
    • 提供者:
  1. GE_nonlinear

    0下载:
  2. 使用遗传算法解决有约束非线性目标函数极值问题-Using genetic algorithm to solve the problem of constrained nonlinear objective function
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5552
    • 提供者:陈丹丹
  1. fxxgenetic

    0下载:
  2. 无约束基于遗传算法和非线性规划函数的寻优-Unconstrained optimization based on genetic algorithm and nonlinear programming function
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4604
    • 提供者:张庆华
  1. ga

    0下载:
  2. 基于遗传算法求解单目标有约束的MATLAB程序-Based on genetic algorithm constrained single objective procedure
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6410
    • 提供者:张伟
  1. gacase

    0下载:
  2. 一个遗传算法的实例,非常简单基本的一个求解无约束数学规划问题的例子-An example of a genetic algorithm is very simple and basic one for solving unconstrained mathematical programming problems
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:655
    • 提供者:Steve-Jiang
  1. GA

    0下载:
  2. myGA:用基本遗传算法求解一维无约束优化问题 AdapGA:用自适应遗传算法求解一维无约束优化问题-MyGA: Basic genetic algorithm to solve one dimensional unconstrained optimization problem AdapGA: Adaptive genetic algorithm for solving one dimensional unconstrained optimization problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2060
    • 提供者:王平
  1. chengxu

    0下载:
  2. 用遗传算法求解最优化问题。建立优化模型,并给出了约束条件。代码中详细说明每个步骤-Using the genetic algorithm to solve optimization problem. Optimization model, and given the constraints. In the code describe each of step
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2267
    • 提供者:马哥
  1. AS_GA_PSO

    0下载:
  2. 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。-Genetic algorithm (ga) to solve minimum spanning tree problem, PURFER encoding.Particle swarm algorithm for unconstrained optimization problems.Ant colony algorithm to solve TSP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:11432
    • 提供者:liumeng
  1. PSO-GA

    0下载:
  2. 粒子群算法求解多维约束函数极值,并与遗传算法比较。结果发现,粒子群有很好的精度。-A particle swarm optimization algorithm for solving the extreme value of multi dimensional constrained function, and compared with genetic algorithm. The results show that the particle swarm has a good accurac
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7112
    • 提供者:华宇
« 1 2 ... 4 5 6 7 8 910 11 12 »
搜珍网 www.dssz.com